var runtime.crashing
6 uses
runtime (current package)
signal_unix.go#L600: var crashing int32
signal_unix.go#L733: if crashing == 0 {
signal_unix.go#L743: if crashing > 0 && gp != mp.curg && mp.curg != nil && readgstatus(mp.curg)&^_Gscan == _Grunning {
signal_unix.go#L747: } else if crashing == 0 {
signal_unix.go#L755: crashing++
signal_unix.go#L756: if crashing < mcount()-int32(extraMLength.Load()) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |